Validation From the Command Line#

A standalone script, quickvalidate.py, is located in the top-level directory of the Toolkit. It can be used to run all validation routines from the command line.

Usage & Subcommands#

Standalone script meant to simplify running all validation routines from the command line.

usage: quickvalidate.py [-h] {validate,v} ...

options:
  -h, --help    show this help message and exit

Subcommands:
  {validate,v}
    validate (v)
                Attempts to run all validation routines on an NG911
                geodatabase

validate#

usage: quickvalidate.py validate [-h] [--export] [--ignore-submit]
                                 [--exit-early]
                                 gdb

positional arguments:
  gdb              Path to the NG911 geodatabase to validate

options:
  -h, --help       show this help message and exit
  --export         Whether to export and overwrite error tables if validation
                   generates issues
  --ignore-submit  Whether to ignore the SUBMIT attribute during validation
  --exit-early     If set, may exit without running all routines if any
                   validation error is generated